翻訳と辞書
Words near each other
・ Namilakonda
・ Namilamadeta
・ Namileh
・ Namilumab
・ Namilyango
・ Namilyango College
・ Namin
・ Namin County
・ Naminatha
・ Naming
・ Naming (parliamentary procedure)
・ Naming and blessing of children
・ Naming and Design Rules
・ Naming and Necessity
・ Naming ceremony
Naming collision
・ Naming Context
・ Naming controversy
・ Naming convention
・ Naming convention (programming)
・ Naming conventions for destroyers of the Royal Navy
・ Naming conventions in Ethiopia and Eritrea
・ Naming conventions of ancient Tamil country
・ Naming conventions of the International Phonetic Alphabet
・ Naming customs of Taiwanese aborigines
・ Naming firms
・ Naming in the United States
・ Naming law
・ Naming law in Sweden
・ Naming laws in the People's Republic of China


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Naming collision : ウィキペディア英語版
Naming collision

A naming collision is a circumstance where two or more identifiers in a given namespace or a given scope cannot be unambiguously resolved, and such unambiguous resolution is a requirement of the underlying system.
== Example: XML element names ==
In XML, element names can be originated and changed to reflect the type of information contained in the document. This level of flexibility may cause problems if separate documents encode different kinds of information, but use the same identifiers for the element names.
For example, the following sample document defines the basic semantics for a "person" document and a "book" document. Both of these use a "title" element, but the meaning is not the same:



Nancy
Davolio
Dr.
29



Ms.
ABCD1234567



For an application to allow a user to correctly query for and retrieve the "title" element, it must provide a way to unambiguously specify ''which'' title element is being requested. Failure to do so would give rise to a naming collision on the title element (as well as any other elements that shared this unintended similarity).
In the preceding example, there is enough information in the structure of the document itself (which is specified by the "root" element) to provide a means of unambiguously resolving element names.
For example, using XPath:
//root/person/title ;; the formal title for a person
//root/book/title ;; the title of a book

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Naming collision」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.